







MultiDictionaryBase<(Of <TKey, TValue>)>..::System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values Property |
See Also |
![]() ![]() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
private ICollection<ICollection<TValue>> IDictionary<TKey, ICollection<TValue>>.Values{ get;} |
Visual Basic (Declaration) |
---|
Private ReadOnly Property System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values As ICollection(Of ICollection(Of TValue)) Implements IDictionary(Of TKey, ICollection(Of TValue)).Values |
Visual C++ |
---|
private: virtual property ICollection<ICollection<TValue>^>^ System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values { ICollection<ICollection<TValue>^>^ get () sealed = IDictionary<TKey, ICollection<TValue>^>::Values::get; } |